Trace number 4312496

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 2018-08-01? (TO) 252.084 252.101

General information on the benchmark

NameGraphColoring/
GraphColoring-qg-order100_c18.xml
MD5SUMd2763c38ef24fdf1196893d726f1931a
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 variables10000
Number of constraints990000
Number of domains1
Minimum domain size10000
Maximum domain size10000
Distribution of domain sizes[{"size":10000,"count":10000}]
Minimum variable degree199
Maximum variable degree199
Distribution of variable degrees[{"degree":199,"count":10000}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":990000}]
Number of extensional constraints0
Number of intensional constraints990000
Distribution of constraint types[{"type":"intension","count":990000}]
Optimization problemYES
Type of objectivemin MAXIMUM

Solver Data

0.00/0.00	c Mistral 01082018

Verifier Data

One s line expected

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4312496-1534699136/watcher-4312496-1534699136 -o /tmp/evaluation-result-4312496-1534699136/solver-4312496-1534699136 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node149-1534698881-20408 --watchdog 312 MistralXCSP -v 0 --recommended 2 --decay 0.95 --branch_on_aux 10 --seed 388894240 HOME/instance-4312496-1534699136.xml 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 252 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 282 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 252 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=20572, runsolver pid=20569

[startup+0.100148 s]*
/proc/loadavg: 2.60 1.45 0.62 3/189 20573
/proc/meminfo: memFree=24387108/32770624 swapFree=67105356/67108860
[pid=20572] ppid=20569 vsize=41312 memory=15628 CPUtime=0.1 cores=0,2,4,6
/proc/20572/stat : 20572 (MistralXCSP) R 20569 20572 20377 0 -1 4202496 4354 0 0 0 10 0 0 0 20 0 1 0 287476785 42303488 3907 33554432000 4194304 7499544 140723548143440 140723548140440 5890422 0 0 4096 0 0 0 0 17 2 0 0 0 0 0 9598848 9604096 34697216 140723548144755 140723548144904 140723548144904 140723548147657 0
/proc/20572/statm: 10328 3907 666 807 0 3319 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 41312 KiB
Current children cumulated memory: 15628 KiB

[startup+0.209614 s]*
/proc/loadavg: 2.60 1.45 0.62 3/189 20573
/proc/meminfo: memFree=24386364/32770624 swapFree=67105356/67108860
[pid=20572] ppid=20569 vsize=41696 memory=15892 CPUtime=0.21 cores=0,2,4,6
/proc/20572/stat : 20572 (MistralXCSP) R 20569 20572 20377 0 -1 4202496 4457 0 0 0 21 0 0 0 20 0 1 0 287476785 42696704 3973 33554432000 4194304 7499544 140723548143440 140723548140440 5982839 0 0 4096 0 0 0 0 17 2 0 0 0 0 0 9598848 9604096 34697216 140723548144755 140723548144904 140723548144904 140723548147657 0
/proc/20572/statm: 10424 3973 666 807 0 3415 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 41696 KiB
Current children cumulated memory: 15892 KiB

[startup+0.309061 s]*
/proc/loadavg: 2.60 1.45 0.62 3/189 20573
/proc/meminfo: memFree=24386364/32770624 swapFree=67105356/67108860
[pid=20572] ppid=20569 vsize=42468 memory=16420 CPUtime=0.31 cores=0,2,4,6
/proc/20572/stat : 20572 (MistralXCSP) R 20569 20572 20377 0 -1 4202496 4606 0 0 0 31 0 0 0 20 0 1 0 287476785 43487232 4105 33554432000 4194304 7499544 140723548143440 140723548135480 5982168 0 0 4096 0 0 0 0 17 2 0 0 0 0 0 9598848 9604096 34697216 140723548144755 140723548144904 140723548144904 140723548147657 0
/proc/20572/statm: 10617 4105 666 807 0 3608 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 42468 KiB
Current children cumulated memory: 16420 KiB

[startup+0.700275 s]
/proc/loadavg: 2.60 1.45 0.62 3/189 20573
/proc/meminfo: memFree=24385248/32770624 swapFree=67105356/67108860
[pid=20572] ppid=20569 vsize=44028 memory=18108 CPUtime=0.69 cores=0,2,4,6
/proc/20572/stat : 20572 (MistralXCSP) R 20569 20572 20377 0 -1 4202496 5187 0 0 0 69 0 0 0 20 0 1 0 287476785 45084672 4527 33554432000 4194304 7499544 140723548143440 140723548135480 140086089211305 0 0 4096 0 0 0 0 17 2 0 0 0 0 0 9598848 9604096 34697216 140723548144755 140723548144904 140723548144904 140723548147657 0
/proc/20572/statm: 11007 4527 666 807 0 3998 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 44028 KiB
Current children cumulated memory: 18108 KiB

[startup+1.50028 s]
/proc/loadavg: 2.60 1.45 0.62 3/189 20573
/proc/meminfo: memFree=24382552/32770624 swapFree=67105356/67108860
[pid=20572] ppid=20569 vsize=47676 memory=21748 CPUtime=1.49 cores=0,2,4,6
/proc/20572/stat : 20572 (MistralXCSP) R 20569 20572 20377 0 -1 4202496 6485 0 0 0 149 0 0 0 20 0 1 0 287476785 48820224 5437 33554432000 4194304 7499544 140723548143440 140723548136680 140086069923640 0 0 4096 0 0 0 0 17 2 0 0 0 0 0 9598848 9604096 34697216 140723548144755 140723548144904 140723548144904 140723548147657 0
/proc/20572/statm: 11919 5437 666 807 0 4910 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 47676 KiB
Current children cumulated memory: 21748 KiB

[startup+3.10938 s]
/proc/loadavg: 2.55 1.46 0.63 3/189 20573
/proc/meminfo: memFree=24374240/32770624 swapFree=67105356/67108860
[pid=20572] ppid=20569 vsize=54840 memory=29108 CPUtime=3.1 cores=0,2,4,6
/proc/20572/stat : 20572 (MistralXCSP) R 20569 20572 20377 0 -1 4202496 8122 0 0 0 309 1 0 0 20 0 1 0 287476785 56156160 7277 33554432000 4194304 7499544 140723548143440 140723548136680 140086069652685 0 0 4096 0 0 0 0 17 2 0 0 0 0 0 9598848 9604096 34697216 140723548144755 140723548144904 140723548144904 140723548147657 0
/proc/20572/statm: 13710 7277 666 807 0 6701 0
Current children cumulated CPU time: 3.1 s
Current children cumulated vsize: 54840 KiB
Current children cumulated memory: 29108 KiB

[startup+6.30027 s]
/proc/loadavg: 2.55 1.46 0.63 3/189 20573
/proc/meminfo: memFree=24359596/32770624 swapFree=67105356/67108860
[pid=20572] ppid=20569 vsize=69300 memory=43580 CPUtime=6.29 cores=0,2,4,6
/proc/20572/stat : 20572 (MistralXCSP) R 20569 20572 20377 0 -1 4202496 11217 0 0 0 627 2 0 0 20 0 1 0 287476785 70963200 10895 33554432000 4194304 7499544 140723548143440 140723548136680 140086069930981 0 0 4096 0 0 0 0 17 2 0 0 0 0 0 9598848 9604096 34697216 140723548144755 140723548144904 140723548144904 140723548147657 0
/proc/20572/statm: 17325 10895 666 807 0 10316 0
Current children cumulated CPU time: 6.29 s
Current children cumulated vsize: 69300 KiB
Current children cumulated memory: 43580 KiB

[startup+12.7003 s]
/proc/loadavg: 2.47 1.48 0.65 3/189 20573
/proc/meminfo: memFree=24329876/32770624 swapFree=67105356/67108860
[pid=20572] ppid=20569 vsize=116136 memory=90280 CPUtime=12.69 cores=0,2,4,6
/proc/20572/stat : 20572 (MistralXCSP) R 20569 20572 20377 0 -1 4202496 22750 0 0 0 1265 4 0 0 20 0 1 0 287476785 118923264 22570 33554432000 4194304 7499544 140723548143440 140723548134056 4563992 0 0 4096 0 0 0 0 17 2 0 0 0 0 0 9598848 9604096 34697216 140723548144755 140723548144904 140723548144904 140723548147657 0
/proc/20572/statm: 29034 22570 689 807 0 22025 0
Current children cumulated CPU time: 12.69 s
Current children cumulated vsize: 116136 KiB
Current children cumulated memory: 90280 KiB

[startup+25.5003 s]
/proc/loadavg: 2.39 1.49 0.66 3/189 20573
/proc/meminfo: memFree=24073736/32770624 swapFree=67105356/67108860
[pid=20572] ppid=20569 vsize=364552 memory=338516 CPUtime=25.48 cores=0,2,4,6
/proc/20572/stat : 20572 (MistralXCSP) R 20569 20572 20377 0 -1 4202496 88397 0 0 0 2534 14 0 0 20 0 1 0 287476785 373301248 84629 33554432000 4194304 7499544 140723548143440 140723548134056 140086073412419 0 0 4096 0 0 0 0 17 2 0 0 0 0 0 9598848 9604096 34697216 140723548144755 140723548144904 140723548144904 140723548147657 0
/proc/20572/statm: 91138 84629 689 807 0 84129 0
Current children cumulated CPU time: 25.48 s
Current children cumulated vsize: 364552 KiB
Current children cumulated memory: 338516 KiB

[startup+51.1093 s]
/proc/loadavg: 2.26 1.54 0.70 3/187 20573
/proc/meminfo: memFree=23743544/32770624 swapFree=67105356/67108860
[pid=20572] ppid=20569 vsize=684516 memory=658504 CPUtime=51.1 cores=0,2,4,6
/proc/20572/stat : 20572 (MistralXCSP) R 20569 20572 20377 0 -1 4202496 177229 0 0 0 5082 28 0 0 20 0 1 0 287476785 700944384 164626 33554432000 4194304 7499544 140723548143440 140723548134056 4563996 0 0 4096 0 0 0 0 17 2 0 0 0 0 0 9598848 9604096 34697216 140723548144755 140723548144904 140723548144904 140723548147657 0
/proc/20572/statm: 171129 164626 689 807 0 164120 0
Current children cumulated CPU time: 51.1 s
Current children cumulated vsize: 684516 KiB
Current children cumulated memory: 658504 KiB

[startup+102.3 s]
/proc/loadavg: 2.56 1.72 0.80 3/188 20582
/proc/meminfo: memFree=23304204/32770624 swapFree=67105356/67108860
[pid=20572] ppid=20569 vsize=1122556 memory=1096748 CPUtime=102.28 cores=0,2,4,6
/proc/20572/stat : 20572 (MistralXCSP) R 20569 20572 20377 0 -1 4202496 297277 0 0 0 10184 44 0 0 20 0 1 0 287476785 1149497344 274187 33554432000 4194304 7499544 140723548143440 140723548134056 140086073425554 0 0 4096 0 0 0 0 17 2 0 0 0 0 0 9598848 9604096 34697216 140723548144755 140723548144904 140723548144904 140723548147657 0
/proc/20572/statm: 280639 274187 689 807 0 273630 0
Current children cumulated CPU time: 102.28 s
Current children cumulated vsize: 1122556 KiB
Current children cumulated memory: 1096748 KiB

[startup+162.3 s]
/proc/loadavg: 2.27 1.80 0.89 3/188 20583
/proc/meminfo: memFree=22914352/32770624 swapFree=67105356/67108860
[pid=20572] ppid=20569 vsize=1511368 memory=1485492 CPUtime=162.28 cores=0,2,4,6
/proc/20572/stat : 20572 (MistralXCSP) R 20569 20572 20377 0 -1 4202496 396231 0 0 0 16170 58 0 0 20 0 1 0 287476785 1547640832 371373 33554432000 4194304 7499544 140723548143440 140723548134056 4563984 0 0 4096 0 0 0 0 17 2 0 0 0 0 0 9598848 9604096 34697216 140723548144755 140723548144904 140723548144904 140723548147657 0
/proc/20572/statm: 377842 371373 689 807 0 370833 0
Current children cumulated CPU time: 162.28 s
Current children cumulated vsize: 1511368 KiB
Current children cumulated memory: 1485492 KiB

[startup+222.3 s]
/proc/loadavg: 2.10 1.83 0.96 3/188 20584
/proc/meminfo: memFree=22619244/32770624 swapFree=67105356/67108860
[pid=20572] ppid=20569 vsize=1806768 memory=1780988 CPUtime=222.28 cores=0,2,4,6
/proc/20572/stat : 20572 (MistralXCSP) R 20569 20572 20377 0 -1 4202496 479514 0 0 0 22160 68 0 0 20 0 1 0 287476785 1850130432 445247 33554432000 4194304 7499544 140723548143440 140723548134056 4563999 0 0 4096 0 0 0 0 17 2 0 0 0 0 0 9598848 9604096 34697216 140723548144755 140723548144904 140723548144904 140723548147657 0
/proc/20572/statm: 451692 445247 689 807 0 444683 0
Current children cumulated CPU time: 222.28 s
Current children cumulated vsize: 1806768 KiB
Current children cumulated memory: 1780988 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+252 s]*
/proc/loadavg: 2.06 1.85 0.99 6/201 20614
/proc/meminfo: memFree=22413284/32770624 swapFree=67105356/67108860
[pid=20572] ppid=20569 vsize=1934196 memory=1908432 CPUtime=251.99 cores=0,2,4,6
/proc/20572/stat : 20572 (MistralXCSP) R 20569 20572 20377 0 -1 4202496 511656 0 0 0 25126 73 0 0 20 0 1 0 287476785 1980616704 477108 33554432000 4194304 7499544 140723548143440 140723548134056 5904418 0 0 4096 0 0 0 0 17 2 0 0 0 0 0 9598848 9604096 34697216 140723548144755 140723548144904 140723548144904 140723548147657 0
/proc/20572/statm: 483549 477108 689 807 0 476540 0
Current children cumulated CPU time: 251.99 s
Current children cumulated vsize: 1934196 KiB
Current children cumulated memory: 1908432 KiB

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

[startup+252.101 s]
# the end of solver process 20572 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=251.26 s, system=0.823965 s

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 252.101
CPU time (s): 252.084
CPU user time (s): 251.26
CPU system time (s): 0.823965
CPU usage (%): 99.9933
Max. virtual memory (cumulated for all children) (KiB): 1934196
Max. memory (cumulated for all children) (KiB): 1908432

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 251.26
system time used= 0.823965
maximum resident set size= 1908464
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 511656
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= 32
involuntary context switches= 335


# summary of solver processes directly reported to runsolver:
#   pid: 20572
#   total CPU time (s): 252.084
#   total CPU user time (s): 251.26
#   total CPU system time (s): 0.823965

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.899547 second user time and 1.78854 second system time

The end

Launcher Data

Begin job on node149 at 2018-08-19 19:18:56
IDJOB=4312496
IDBENCH=141134
IDSOLVER=2801
FILE ID=node149/4312496-1534699136
RUNJOBID= node149-1534698881-20408
PBS_JOBID= 21038712
Free space on /tmp= 56576 MiB

SOLVER NAME= Mistral-2.0 2018-08-01
BENCH NAME= XCSP18/GraphColoring/GraphColoring-qg-order100_c18.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-4312496-1534699136/watcher-4312496-1534699136 -o /tmp/evaluation-result-4312496-1534699136/solver-4312496-1534699136 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node149-1534698881-20408 --watchdog 312  MistralXCSP -v 0 --recommended 2 --decay 0.95 --branch_on_aux 10 --seed 388894240 HOME/instance-4312496-1534699136.xml

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

MD5SUM BENCH= d2763c38ef24fdf1196893d726f1931a
RANDOM SEED=388894240

node149.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.60
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.60
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.60
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.60
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:        24401040 kB
MemAvailable:   31874784 kB
Buffers:          223052 kB
Cached:          7526704 kB
SwapCached:         1704 kB
Active:          3794180 kB
Inactive:        4028476 kB
Active(anon):      42704 kB
Inactive(anon):    98868 kB
Active(file):    3751476 kB
Inactive(file):  3929608 kB
Unevictable:        7608 kB
Mlocked:            7608 kB
SwapTotal:      67108860 kB
SwapFree:       67105356 kB
Dirty:             47772 kB
Writeback:             0 kB
AnonPages:         79140 kB
Mapped:            22432 kB
Shmem:             65952 kB
Slab:             244840 kB
SReclaimable:     216988 kB
SUnreclaim:        27852 kB
KernelStack:        3328 kB
PageTables:         5064 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     413552 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= 56572 MiB
End job on node149 at 2018-08-19 19:23:08